Conversation
…yIndexOptions - Add timeout_secs parameter to PyIndexOptions constructor with optional u64 value - Implement timeout setting logic using with_timeout_secs method - Remove Pilot metrics report functionality from Python bindings - Remove PyPilotMetricsReport class registration from module - Update method documentation to reflect timeout functionality instead of max tokens BREAKING CHANGE: Removed pilot metrics reporting functionality
Set generate_description to true in IndexOptions default configuration to enable automatic description generation for improved search functionality.
… tracking - Remove CancelFlag and active_ops fields from Engine struct - Delete all cancellation-related methods (cancel, reset_cancel, is_cancelled, check_cancel) - Remove ActiveGuard struct and associated increment/decrement logic - Eliminate cancellation checks from index, query, and related operations - Update metrics_report documentation to reflect removed pilot decision metrics - Clean up unused imports and dependencies
…approach Replace the old "reasoning-native" terminology with "agentic-based" to better describe the document engine's architecture. Remove outdated bullet points about reasoning principles that are no longer accurate. feat(retrieval): refactor engine to use agent-based architecture Change the retrieval engine from using search strategies (greedy DFS, beam search, MCTS) to an agent-based system with Orchestrator coordinating Workers. The new system uses LLM-guided navigation commands (ls, cd, cat, find, grep) with progress evaluation and replanning capabilities while maintaining budget awareness.
- Update workspace package version from 0.1.30 to 0.1.31 in Cargo.toml - Update vectorless package version from 0.1.9 to 0.1.10 in pyproject.toml
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Checklist
cargo build)cargo test --lib --all-features)cargo clippy --all-features)Notes